home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
netutils
/
lsp135.arj
/
LSP135.DSK
/
unc.dsk
/
SAMPLES
/
EXAMPLE6.RSP
< prev
next >
Wrap
Text File
|
1993-12-15
|
1KB
|
35 lines
* ----------------------------------------------------------------------
* EXAMPLE6.RSP
* This response file installs IBMTOK.DOS and DXMJ0MOD.SYS for two
* adapters and does not migrate any existing LSP parameters.
* It illustrates using a PINIFILE parameter.
* CONFIG.SYS and AUTOEXEC.BAT will be placed in the root of the C drive.
*
INST_SECTION = (
; Do not use the input configuration for LSP driver parameters.
MigrateControlFiles = 0
; Do not check the LAN adapters installed
AdapterCheck = 0
; Define target location for LSP files
TargetPath = c:\lsp135
; Change DRIVERS to the location of your NIF, NDIS MAC driver, etc.
; Note: DRIVERS is not fully qualified, so it will be searched for
; 1) in the current directory
; 2) as a subdirectory off of the LSP source path
DriverDiskPath = DRIVERS
)
; The following statement causes the protocol.ini file, named
; PROTOCOL.CFG (in path RSP) to be processed.
; Since RSP\PROTOCOL.CFG is not fully qualified, it will be searched for
; 1) in the current directory
; 2) as a subdirectory off of the LSP source path
; The bindings and driver parameters are specified in PROTOCOL.CFG.
; See below for PROTOCOL.CFG.
PINIFILE = RSP\PROTOCOL.CFG
*** End of Response file EXAMPLE6